home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / qw12inst.zip / QEXT.TEC < prev    next >
Text File  |  1991-03-12  |  4KB  |  85 lines

  1. ID:QX QEXT.SYS
  2. Quarterdeck Technical Note #141
  3. by Stan Young
  4.  
  5. To operate properly, the QEXT.SYS driver must take the first 64K
  6. of exTENDed memory starting at 1 Megabyte.  Therefore, it should
  7. be loaded as the first driver in CONFIG.SYS that uses extended
  8. memory (before VDISKs and the like).
  9.  
  10. QEXT.SYS is written to IBM's specification for identifying itself
  11. as a VDISK type utility and therefore devices loaded after it
  12. should not overwrite QEXT.  However, if they do, you can expect
  13. that DESQview will fail soon after start-up.
  14.  
  15. This note only applies to DESQview systems of 2.0 or beyond that
  16. are utilizing the QEXT.SYS driver.  QEXT is usable ONLY with
  17. 80286 machines that have REAL, not emulated exTENDed memory. 
  18. Emulated extended memory (created by utilities such as AST's
  19. REX.SYS), cannot be used.
  20.  
  21.                Determining if QEXT.SYS is working
  22.  
  23. QEXT.SYS is working if more memory (approx.  60K) is shown in the
  24. "Total Conventional Memory" cell in Memory Status when it is
  25. loaded verses when it is not loaded.  To load QEXT.SYS you must
  26. have DEVICE=QEXT.SYS as the first device using extended memory in
  27. your CONFIG.SYS file and you must load DESQview with the XDV.COM
  28. loader.
  29.  
  30. Once loaded, the increased memory should be seen, and the device
  31. should not conflict with any RAM disks, spoolers or any other
  32. devices or programs that use expanded memory.  If this is the
  33. case, QEXT is working.  If not, see below.
  34.  
  35.                   AST Superspool and Fastdisk
  36.  
  37. Two common extended memory users that do not seem to be able to
  38. detect QEXT.SYS are FASTDISK.SYS and SUPERSPL.COM, both from AST
  39. Research.  Fortunately, these utilities provide a way to
  40. configure as a parameter the starting address for their memory
  41. usage.  The syntax for the parameter is:
  42.  
  43. /EXTM=a,b
  44.  
  45. where "a" is the amount of memory to be used and "b" is the
  46. starting address.  You may want to consult your AST SuperPak
  47. documentation for further information about this and other
  48. possible parameters.
  49.  
  50. Therefore, if you are using only one of these utilities, "a"
  51. would be set to the amount of memory desired and "b" should be
  52. set to 1088, since QEXT starts at 1024 (1 meg.) and extends for
  53. 64K.   If you are using both utilities, to be safe you should calculate
  54. the starting address for Superspool, by adding the memory
  55. allocated for FASTDISK to 1088.  Both of these utilities display
  56. the starting address of their buffer when they boot into the
  57. system.  Check these numbers to be sure neither start at
  58. 1000000H.
  59.  
  60.             Conflicts with RAMDRIVE and some VDISKs
  61.  
  62. Microsoft produces a VDISK-like utility called RAMDRIVE.SYS that
  63. is shipped with Windows and is included with some versions of MS-
  64. DOS.  This utility does not follow the IBM DOS specification for
  65. identifying installed VDISKs and is not compatible with QEXT.SYS.
  66.  
  67. There have been isolated cases of MS-DOS versions of VDISK.SYS
  68. that also do not seem to detect QEXT.SYS.  If this seems to be a
  69. problem, you might contact the manufacturer of your hardware, or
  70. try running IBM DOS and VDISK on your machine.
  71.  
  72.             Incompatibility with some "Compatibles"
  73.  
  74. As noted, QEXT.SYS must be very particular about the kind of
  75. memory it loads into and the location.  It has been know to fail
  76. to load on some compatibles where the memory starting at 1 Meg. 
  77. does not look exactly like IBM extended memory.  If you have
  78. extended memory and QEXT.SYS fails to load when specified as THE
  79. ONLY driver in the CONFIG.SYS file, and booted with no
  80. AUTOEXEC.BAT file, you may assume you have a hardware
  81. incompatibility in extended memory and should contact the
  82. manufacturer of the machine.  This has not been a common problem.
  83.  
  84.         Copyright (C) 1991 by Quarterdeck Office Systems
  85.                 * * * E N D  O F  F I L E * * *